home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / procedure.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  359 b   |  14 lines

  1. .TH PROCEDURE
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. PROCEDURE
  5.  
  6.  
  7.  
  8.  ProcName = PROCEDURE(Prm1, Prm2, ... , PrmN):LclVal1:LclVar2: ... :LclVarM:
  9.      ProcBody;
  10.  
  11. A procedure is a function that does not return a value, and therefore the
  12. return variable (see FUNCTION) should not be used. A procedure is
  13. identical to a function in every other way. See FUNCTION for more.
  14.